.ind1{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0px;
}
.ind1_tit{
	float:left;
	width:100%;
	text-align: center;
	font-size:26px;
	line-height: 40px;
	height:40px;
	color:#333;
}
.ind1_sub{
	float:left;
	width:100%;
	text-align: center;
	font-size:16px;
	line-height: 30px;
	height:30px;
	color:#aaa;
}
.ind1_cmt{
	float:left;
	width:100%;
	text-align: left;
	font-size:16px;
	line-height: 30px;
	color:#555;
	padding-top:30px;
}
.ind1_btn{
	float:left;
	width:100%;
	text-align: center;
	padding-top:30px;
}